-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade base image #666
Upgrade base image #666
Conversation
There is no change in the changelog. This PR will not produce a new releasable version. |
Installing conan with |
ed1a357
to
2820237
Compare
2aaf721
to
d963308
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Let's just rework the commit messages:
- "fix: correctly specify and copy the conanprofile for arm architectures" doesn't need to be a
fix
. This doesn't affect any released artifact. - The other "fix: install conan with pipx instead of pip" can maybe simply be squashed into the
feat
commit? We don't need this separately in the changelog.
d963308
to
2dc6af5
Compare
…with the respective functions using C++20 ranges
2dc6af5
to
1629ba0
Compare
I'm wondering why it shows "There is no change in the changelog. This PR will not produce a new releasable version." Maybe we need to generate the missed release again by hand? |
Ah, I also caught that, but was confused. Your point might be the right approach |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge it and see whether Release Please is able to handle it. We can still generate the missed release by hand.
resolves #663
Summary
The base image was still at ubuntu:22.04. Upgrading this gives us access to a newer compiler version
PR Checklist
- [ ] All necessary documentation has been adapted or there is an issue to do so.- [ ] The implemented feature is covered by an appropriate test.